scriptlet

Class: com.microstrategy.web.app.taglibs.ScriptletTag

Description:

This tag is used for rendering a scriptlet from a JSP page. If the resource manager is enabled on a page, this tag would add the script contents to the resource manager.

Usage:

 <web:scriptlet>
   javascript content..
 </web:scriptlet>
 


No attributes defined